|
Databands Thus, we are about to examine the most interesting thing, a possibility of printing the data from DB tables or queries. What is considered a table in such case? It is a required number of lines (records), each of which has a certain number of columns (fields). To print information of this kind, FastReport uses a special type of bands (databands). These are bands with names of "xxx data level" type. To print a whole table or some of its fields, it is necessary to add such band to the report, connect it to the table, and allocate in it the objects with the fields a user wants to be printed out. When building a FastReport report band, printing operation should be performed as many times, as there are records in the table. Thus, if there is no free space on the page, new report pages will be formed. |